Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.faceted.search.dm.ecm.types--types

This contribution is part of XML component org.nuxeo.ecm.platform.faceted.search.dm.ecm.types inside nuxeo-platform-faceted-search-dm-6.0.jar

Extension Point

Extension point types of component TypeService.

Contributed Items

  • <type id="FacetedSearchDefault">
          <label>FacetedSearchDefault</label>
          <icon>/icons/search.png</icon>
          <bigIcon>/icons/search_100.png</bigIcon>
          <description>FacetedSearchDefault.description</description>
          <default-view>home_view_documents</default-view>
          <layouts mode="any">
            <layout>heading</layout>
            <layout>faceted_search_default</layout>
          </layouts>
          <!-- NXP-9686: use the grid summary layout from now on -->
          <!--
            <layouts mode="summary">
            <layout>faceted_search_summary_layout</layout>
            </layouts>
          -->
        </type>

    FacetedSearchDefault.description

  • <type id="Folder">
          <subtypes>
            <type hidden="create">FacetedSearchDefault</type>
          </subtypes>
        </type>

XML Source

<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">

    <type id="FacetedSearchDefault">
      <label>FacetedSearchDefault</label>
      <icon>/icons/search.png</icon>
      <bigIcon>/icons/search_100.png</bigIcon>
      <description>FacetedSearchDefault.description</description>
      <default-view>home_view_documents</default-view>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>faceted_search_default</layout>
      </layouts>
      <!-- NXP-9686: use the grid summary layout from now on -->
      <!--
        <layouts mode="summary">
        <layout>faceted_search_summary_layout</layout>
        </layouts>
      -->
    </type>

    <type id="Folder">
      <subtypes>
        <type hidden="create">FacetedSearchDefault</type>
      </subtypes>
    </type>

  </extension>